home *** CD-ROM | disk | FTP | other *** search
- |loadsound|
- windowtitle `LoadSound "filename" {,"SoundName"}
- printlf `Loads an 8SVX sampled sound. An Optional
- printlf `"SoundName" may be given for internal
- printlf `reference. The sound may then be played
- print `using `
- subject `PlaySound`PlaySound`
- print ` or `
- subject `PlaySoundSequence`PlaySoundSequence`
- print `.`
- end
-
- |playsound|
- windowtitle `PlaySound "Sound Name" {,AudioFlags {,<period>} }
- printlf `Plays a sound. "Sound Name" can refer to
- print `a sound preloaded with `
- subject `LoadSound`LoadSound`
- printlf ` or a file`
- printlf `on a disk. The AudioFlags are CONTINUOUS,
- printlf `WAIT, QUEUE and QUEUEPREVIOUS. See page 6-43
- printlf `for more details about the flags and period.
- print `SEE ALSO: `
- subject `PlaySoundSequence`PlaySoundSequence`
- end
-
- |playsoundseq|
- windowtitle `PlaySoundSequence "Document Name" {,AudioFlags {,<period>} }
- printlf `Plays a list of sounds. Each sound must be
- printlf `on a separate line of the list. The Audio
- printlf `Flags are CONTINUOUS, WAIT, QUEUE and
- printlf `QUEUEPREVIOUS. See page 6-43 for more
- printlf `information on the AudioFlags and Period.
- print `SEE ALSO: `
- subject `PlaySound`PlaySound`
- end
-
- |setvolume|
- windowtitle `SetVolume <volume> {,<channel>}
- printlf `Sets the volume for subsequently played
- printlf `sounds, but not of the currently playing
- printlf `sound. The volume is between 0 and 64.
- printlf `If channel is not specified then all
- printlf `channels will be effected.
- print `SEE ALSO: `
- subject `SetChannel`SetChannel`
- end
-
- |setchannel|
- windowtitle `SetChannel <channel>
- printlf `Specifies the channel that is used for
- print `the next `
- subject `PlaySound`PlaySound`
- print ` or `
- subject `PlaySoundSequence`PlaySoundSequence`
- printlf
- printlf `command. Normally these commands use
- printlf `any available channel. NOTE: if any
- printlf `other application is using the <channel>
- printlf `the sound will not be played.`
- end
-
- |audio|
- windowtitle `Audio «logical expression»
- printlf `Turn all Audio Channels ON or OFF.
- printlf `If the logical expression evaluates
- printlf `to TRUE the channels will be turned on.
- printlf `Otherwise they will be turned off.
- end
-
-
-